projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d6bde
)
m-v corrections.
author
Deepak Goel
<deego@gnufans.org>
Fri, 13 Mar 2009 20:33:27 +0000
(20:33 +0000)
committer
Deepak Goel
<deego@gnufans.org>
Fri, 13 Mar 2009 20:33:27 +0000
(20:33 +0000)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index 20fd68aa959fa84f3c232516e675de33b3ab5a78..549bf4abe63f0d7775e4eeec98b5192fc76306a9 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-79,7
+79,7
@@
'float-time
(if (featurep 'xemacs)
(lambda ()
- (multiple-value-bind (s0 s1 s2) (
current-time
)
+ (multiple-value-bind (s0 s1 s2) (
values-list (current-time)
)
(+ (* (float (ash 1 16)) s0) (float s1) (* 0.0000001 s2)))))))
(defalias 'flymake-replace-regexp-in-string